home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK2.toast / Development Kits (Disc 2) / QuickTime™ VR 2.0 SDK / QTVR C⁄C++ Runtime API / Sample Code / VRShell Sample Code / VR3DObjects / Application Files / MWPrefix.h < prev   
Encoding:
Text File  |  1997-05-22  |  396 b   |  19 lines  |  [TEXT/MPCC]

  1. // MW Prefix file
  2.  
  3.  
  4. // Precompiled headers:
  5. #ifdef powerc
  6. #include <MacHeadersPPC>
  7. #else
  8. #include <MacHeaders68k>
  9. #endif
  10.  
  11. // Definitions for the project
  12. #define DEBUG true
  13.  
  14. // If you want to signal that you are using SIOUX, enable the following flag:
  15. #define USESIOUX true
  16.  
  17. // If you want to restrict the framework to handle just one movie at a time, set this flag:
  18. // #define ONEMOVIELIMIT true
  19.